.nav_right {
	height: 470px;
	position: absolute;
	margin-left: 190px;
	top: 0px;
	max-width:1000px;z-index:99999999;overflow:hidden;
}

.sub {
	position: relative;
	width: 100%;
	height: 470px;
	background-color:#e5eefb;
	border:1px solid #0056d6;
	border-left:0px;
	padding: 10px 0px;
	overflow:hidden;
}

.sub dl {
	overflow: hidden;
}
.nav_right .zdly dl{
	float:left;
	width:260px;
}
.sub dt {
	display: block;
	position: relative;
	clear: left;
	background:url(jysy_39.png) no-repeat left center;
	margin-left:30px;
	padding-right:30px;
	line-height:40px;
}

.sub dt a {
	font-size: 17px;
	color: #333333;
	font-weight: bold;
	text-align: center;
	padding-left: 10px;
	text-decoration: none;
	cursor: pointer;
}

.sub dt i {
	width: 4px;
	right: 12px;
	top: 2px;
	font-size: 14px;
	position: absolute;
	font-style: normal;
}

.sub dd {
	display: block;
	position: relative;
	overflow: hidden;
	padding:0px 20px 0px 40px;
	line-height:30px;
}

.sub dd a {
	float: left;
	color: #666666;
	padding: 0 10px;
	text-decoration: none;
	cursor: pointer;
	line-height:40px;
}

.sub dd a:hover {
	color: #FF0036;
}

.hide {
	display: none;
}

.show {
	display: block;
}